Wanderer-Var-OutlineSettings.asset 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!21 &-4620349046744667888
  4. Material:
  5. serializedVersion: 8
  6. m_ObjectHideFlags: 0
  7. m_CorrespondingSourceObject: {fileID: 0}
  8. m_PrefabInstance: {fileID: 0}
  9. m_PrefabAsset: {fileID: 0}
  10. m_Name: Effect Material
  11. m_Shader: {fileID: -6465566751694194690, guid: f968e7540d632cc40b5ca8b340a3e718,
  12. type: 3}
  13. m_Parent: {fileID: 0}
  14. m_ModifiedSerializedProperties: 0
  15. m_ValidKeywords:
  16. - OUTLINE_USE_COLOR
  17. - OUTLINE_USE_DEPTH
  18. - OUTLINE_USE_NORMALS
  19. m_InvalidKeywords: []
  20. m_LightmapFlags: 4
  21. m_EnableInstancingVariants: 0
  22. m_DoubleSidedGI: 0
  23. m_CustomRenderQueue: -1
  24. stringTagMap: {}
  25. disabledShaderPasses: []
  26. m_LockedProperties:
  27. m_SavedProperties:
  28. serializedVersion: 3
  29. m_TexEnvs:
  30. - unity_Lightmaps:
  31. m_Texture: {fileID: 0}
  32. m_Scale: {x: 1, y: 1}
  33. m_Offset: {x: 0, y: 0}
  34. - unity_LightmapsInd:
  35. m_Texture: {fileID: 0}
  36. m_Scale: {x: 1, y: 1}
  37. m_Offset: {x: 0, y: 0}
  38. - unity_ShadowMasks:
  39. m_Texture: {fileID: 0}
  40. m_Scale: {x: 1, y: 1}
  41. m_Offset: {x: 0, y: 0}
  42. m_Ints: []
  43. m_Floats:
  44. - _ColorThresholdMax: 0.25
  45. - _ColorThresholdMin: 0
  46. - _DepthThresholdMax: 10
  47. - _DepthThresholdMin: 1
  48. - _FadeRangeEnd: 50
  49. - _FadeRangeStart: 10
  50. - _NormalThresholdMax: 0.75
  51. - _NormalThresholdMin: 0.5
  52. - _Thickness: 2
  53. m_Colors:
  54. - _EdgeColor: {r: 0, g: 0, b: 0, a: 1}
  55. m_BuildTextureStacks: []
  56. --- !u!114 &11400000
  57. MonoBehaviour:
  58. m_ObjectHideFlags: 0
  59. m_CorrespondingSourceObject: {fileID: 0}
  60. m_PrefabInstance: {fileID: 0}
  61. m_PrefabAsset: {fileID: 0}
  62. m_GameObject: {fileID: 0}
  63. m_Enabled: 1
  64. m_EditorHideFlags: 0
  65. m_Script: {fileID: 11500000, guid: 130791d3e20646d2b6d81688877b0909, type: 3}
  66. m_Name: Wanderer-Var-OutlineSettings
  67. m_EditorClassIdentifier:
  68. edgeColor: {r: 0, g: 0, b: 0, a: 1}
  69. thickness: 2
  70. resolutionInvariant: 0
  71. fadeWithDistance: 0
  72. fadeRangeStart: 10
  73. fadeRangeEnd: 50
  74. useDepth: 1
  75. minDepthThreshold: 1
  76. maxDepthThreshold: 10
  77. useNormals: 1
  78. minNormalsThreshold: 0.5
  79. maxNormalsThreshold: 0.75
  80. useColor: 1
  81. minColorThreshold: 0
  82. maxColorThreshold: 0.25
  83. renderEvent: 450
  84. outlineOnly: 0
  85. applyInSceneView: 1
  86. effectMaterial: {fileID: -4620349046744667888}